From: Adrian Robert Date: Fri, 18 Sep 2009 15:34:23 +0000 (+0000) Subject: * nsfns.m (x-close-connection): Drop PSFlush() under OS X. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10413 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=567f7e4d4ea069cdbb01125196941fc5806da7c9;p=emacs.git * nsfns.m (x-close-connection): Drop PSFlush() under OS X. --- diff --git a/src/ChangeLog b/src/ChangeLog index 443838a3651..2bb537f017e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -15,6 +15,7 @@ * nsfns.m (x_get_string_resource): Ape just-previous changes to other platform versions. Drop support for emacs-20-style face specs. + (x-close-connection): Drop PSFlush() under OS X. 2009-09-17 Juanma Barranquero diff --git a/src/nsfns.m b/src/nsfns.m index f760aa63957..ab77a12b2ac 100644 --- a/src/nsfns.m +++ b/src/nsfns.m @@ -1771,9 +1771,6 @@ The argument DISPLAY is currently ignored. */) Lisp_Object display; { check_ns (); -#ifdef NS_IMPL_COCOA - PSFlush (); -#endif /*ns_delete_terminal (dpyinfo->terminal); */ [NSApp terminate: NSApp]; return Qnil;